home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / make / icmake-6.000 / icmake-6 / icmake / comp / laststmn.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-08  |  220 b   |  16 lines

  1. /*
  2.                                 L A S T S T M N . C
  3. */
  4.  
  5. #include "iccomp.h"
  6.  
  7. void last_stmnt(lval)
  8.     ESTRUC_
  9.         *lval;
  10. {
  11.     patchup_false(lval, 1);
  12.  
  13.     outbin(lval->code, lval->codelen);
  14.     discard(lval);
  15. }
  16.